Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NotifyCollection<T> Class
Members


In This Topic
    NotifyCollection<T> Class
    In This Topic
    Represents a collection that notifies listeners of dynamic changes when items are added and removed or the entire collection object is reset.
    Object Model
    NotifyCollection<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class NotifyCollection(Of T) 
       Inherits NotifyCollectionBase(Of T)
    'Usage
     
    Dim instance As NotifyCollection(Of T)
    [DefaultMember("Item")]
    public class NotifyCollection<T> : NotifyCollectionBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy
    See Also